fix(design-system): wrong styles of input based components in disabled state [AR-55907]#346
Merged
iromanchuk-dn merged 6 commits intodrivenets:mainfrom Apr 7, 2026
Conversation
…isabled state [AR-55907]
vpolessky-dn
approved these changes
Apr 7, 2026
…ve-wrong-styles-in-disabled-state
StyleShit
pushed a commit
to StyleShit/drivenets-design-system
that referenced
this pull request
Apr 14, 2026
…d state [AR-55907] (drivenets#346) [Jira](https://drivenets.atlassian.net/browse/AR-55907) | [Figma](https://www.figma.com/design/nha3m67y7S57cHCSuQO2gp/DAP-Design-System-1.2?node-id=13346-18325&m=dev) ## Components Components with `disabled={true}` after the fix. ### DsTextInput <img width="1017" height="266" alt="image" src="https://github.com/user-attachments/assets/0a84de15-adfd-4192-bdf5-15a326c7b650" /> ### DsPasswordInput <img width="1007" height="224" alt="image" src="https://github.com/user-attachments/assets/886b907d-8ad8-4405-9895-2940a0b97732" /> ### DsNumberInput <img width="1009" height="221" alt="image" src="https://github.com/user-attachments/assets/77965a68-e8ab-47e9-8f8f-8fb81e4cf79c" /> ### DsAutocomplete <img width="1006" height="221" alt="image" src="https://github.com/user-attachments/assets/92af9ef0-9658-4e7d-ae9b-a519b0cbaae8" /> ### DsSelect <img width="1008" height="222" alt="image" src="https://github.com/user-attachments/assets/909f3559-a43f-4306-8dbb-dadd21b06db5" /> ### DsTextarea <img width="922" height="310" alt="image" src="https://github.com/user-attachments/assets/6b3de2ff-d1c5-4342-baef-a7c3899e0d1d" />
iromanchuk-dn
added a commit
that referenced
this pull request
Apr 15, 2026
[Jira](https://drivenets.atlassian.net/browse/AR-54022) | [Figma](https://www.figma.com/design/nha3m67y7S57cHCSuQO2gp/DAP-Design-System-1.2?node-id=32822-9870&m=dev) Depends on: - #346 - #308 - #350 - #352 - #353 ### Showcase <img width="705" height="235" alt="image" src="https://github.com/user-attachments/assets/2e32307d-c524-4103-ac8b-b1e19a01e55e" /> <img width="714" height="245" alt="image" src="https://github.com/user-attachments/assets/7b659de1-caf6-462c-b847-2731551715ef" /> <img width="700" height="232" alt="image" src="https://github.com/user-attachments/assets/0d0240b5-15a8-4db8-95b5-77547828b355" /> <img width="776" height="186" alt="image" src="https://github.com/user-attachments/assets/7f2ec056-ecc5-4e20-964c-1140f87ca5e8" /> <img width="706" height="238" alt="image" src="https://github.com/user-attachments/assets/f3f23782-4a95-4765-8c53-72d1f3fdb204" /> https://github.com/user-attachments/assets/e4da0dd9-166f-4b23-bd96-0aca10f6d9af
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira | Figma
Components
Components with
disabled={true}after the fix.DsTextInput
DsPasswordInput
DsNumberInput
DsAutocomplete
DsSelect
DsTextarea